home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Freeware
/
Programare
/
highlight
/
highlight-W32GUI-2.2-10b-Setup.exe
/
{app}
/
src
/
platform_fs.h
< prev
next >
Wrap
C/C++ Source or Header
|
2005-01-06
|
319b
|
21 lines
//
// C++ Interface: platform_fs
//
// Description:
//
//
// Author: AndrΘ Simon <andre.simon1@gmx.de>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef PLATFORM_FS__H__INCLUDED
#define PLATFORM_FS__H__INCLUDED
namespace Platform
{
extern const char pathSeparator;
}
#endif